From: Alexandru Ardelean Date: Mon, 10 Nov 2025 13:28:09 +0000 (+0200) Subject: python-semantic-version: add python-setuptools/host dep to HostBuild X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=256f9d30f8b4d689827c356f64ca49e282779e3b;p=feed%2Fpackages.git python-semantic-version: add python-setuptools/host dep to HostBuild This is needed now, since python3/host no longer installs setuptools host-side. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-semantic-version/Makefile b/lang/python/python-semantic-version/Makefile index 9a78393f67..a253a45f36 100644 --- a/lang/python/python-semantic-version/Makefile +++ b/lang/python/python-semantic-version/Makefile @@ -20,7 +20,12 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To PKG_HOST_ONLY:=1 -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:= \ + python3/host \ + python-setuptools/host \ + python-build/host \ + python-installer/host \ + python-wheel/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk